agents.anac.y2011.ValueModelAgent
Class BidWrapper
java.lang.Object
agents.anac.y2011.ValueModelAgent.BidWrapper
public class BidWrapper
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sentByUs
public boolean sentByUs
sentByThem
public boolean sentByThem
lastSentBid
public int lastSentBid
ourUtility
public double ourUtility
theirUtility
public double theirUtility
theirUtilityReliability
public double theirUtilityReliability
bid
public Bid bid
BidWrapper
public BidWrapper(Bid bid,
UtilitySpace space,
double maxUtil)
update
public void update(ValueModeler model)
equals
public boolean equals(BidWrapper o)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object